func crypto/internal/fips140/nistec.p256PointAddAsm
11 uses
crypto/internal/fips140/nistec (current package)
p256_asm.go#L361: func p256PointAddAsm(res, in1, in2 *P256Point) int
p256_asm.go#L400: pointsEqual := p256PointAddAsm(&sum, r1, r2)
p256_asm.go#L682: p256PointAddAsm(&t0, &t0, p)
p256_asm.go#L683: p256PointAddAsm(&t1, &t1, p)
p256_asm.go#L684: p256PointAddAsm(&t2, &t2, p)
p256_asm.go#L694: p256PointAddAsm(&t2, &t0, p)
p256_asm.go#L695: p256PointAddAsm(&t1, &t1, p)
p256_asm.go#L704: p256PointAddAsm(&t0, &t0, p)
p256_asm.go#L705: p256PointAddAsm(&t2, &t2, p)
p256_asm.go#L737: p256PointAddAsm(&t1, p, &t0)
p256_asm.go#L754: p256PointAddAsm(&t1, p, &t0)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |